Operation Seam.FetchFromWorklist (UI Worklist)
In component org.nuxeo.ecm.automation.jsf.contrib
Description
Get worklist content from the UI context.
Operation id | Seam.FetchFromWorklist |
---|---|
Category | Fetch |
Label | UI Worklist |
Requires | Seam |
Since |
Parameters
No parameters.
Signature
Inputs | void |
---|---|
Outputs | documents |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.jsf.operations.FetchFromWorklist |
---|---|
Contributing Component | org.nuxeo.ecm.automation.jsf.contrib |
JSON Definition
{ "id" : "Seam.FetchFromWorklist", "label" : "UI Worklist", "category" : "Fetch", "requires" : "Seam", "description" : "Get worklist content from the UI context.", "url" : "Seam.FetchFromWorklist", "signature" : [ "void", "documents" ], "params" : [ ] }